python-flask-session: update to version 0.8.0
authorJosef Schlehofer <[email protected]>
Sun, 2 Nov 2025 16:47:43 +0000 (17:47 +0100)
committerJosef Schlehofer <[email protected]>
Wed, 3 Dec 2025 19:20:47 +0000 (20:20 +0100)
Release notes:
https://flask-session.readthedocs.io/en/latest/changes.html

Signed-off-by: Josef Schlehofer <[email protected]>
(cherry picked from commit 03303c362d79bc16ee1918d871427737898b982f)

lang/python/python-flask-session/Makefile

index c5f7800f298d7b0338ad67ebcf7b94516aea0fff..216963c6300f684066c96fba87de3bf7ad175d29 100644 (file)
@@ -8,11 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-flask-session
-PKG_VERSION:=0.3.2
+PKG_VERSION:=0.8.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=Flask-Session
-PKG_HASH:=0768e2bbf06f963ec1aa711bde7aa32dc39ff70f89b495d6db687d899eae4423
+PYPI_SOURCE_NAME:=flask_session
+PKG_HASH:=20e045eb01103694e70be4a49f3a80dbb1b57296a22dc6f44bbf3f83ef0742ff
 
 PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
 PKG_LICENSE:=BSD-3-Clause